func vendor/golang.org/x/crypto/curve25519/internal/field.mul51
6 uses
vendor/golang.org/x/crypto/curve25519/internal/field (current package)
fe.go#L311: x0lo, x0hi := mul51(x.l0, y)
fe.go#L312: x1lo, x1hi := mul51(x.l1, y)
fe.go#L313: x2lo, x2hi := mul51(x.l2, y)
fe.go#L314: x3lo, x3hi := mul51(x.l3, y)
fe.go#L315: x4lo, x4hi := mul51(x.l4, y)
fe.go#L327: func mul51(a uint64, b uint32) (lo uint64, hi uint64) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)